IIoModule.ReadOutputByte 方法

從實體 I/O 模組或模擬 I/O 模組的輸出讀取一個位元組。

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
byte ReadOutputByte(
       int byteOffset
)
Function ReadOutputByte(
       byteOffset As Integer
) As Byte

參數

byteOffset

型別:int

指定位元組偏移量到一個位置以讀取值。最大偏移量由 IIoModule.OutputLength 決定。

回傳值

型別:byte

參見

IIoModule 介面

IntervalZero.KINGSTAR.Base.Class 命名空間